home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoom 2
/
Zoom - Release 2 (1996)(Active Software)[!].iso
/
utilities
/
misc
/
prozodiac
/
install_pz2000
< prev
next >
Wrap
Text File
|
1995-11-07
|
3KB
|
90 lines
;******************************
; Title:
; ProZodiac_2000
;------------------------------
; Author:
; Frederic Cuccarolo
;------------------------------
; Date:
; Febuary 27,1995.
;******************************
(set diskname "ProZodiac_2000:" )
(welcome "\n Welcome to the ProZodiac_2000 installer.\n")
(if (< (/ (getversion) 65536) 37)
(abort ("\nYou need OS2.04 or higher to run ProZodiac_2000 !!!") )
((message "\n\n\nTo install ProZodiac_2000 to your Harddrive, you will need about 250 Kb." )
(complete 0)
(set @default-dest
(askdir (prompt
"Select a directory or volume name where ProZodiac_2000 "
"should be installed. Keep in mind that this script will "
"create a directory called \"ProZodiac\"." )
(help @askdir-help)
(default @default-dest) ) )
(if (<> "ProZodiac" (fileonly @default-dest) )
((set @default-dest (tackon @default-dest "ProZodiac") )
(makedir (@default-dest) (infos) ) ) )
(complete 1)
(working "Copying ProZodiac_2000 program.")
(copyfiles (prompt "Copy this program.")
(help @copyfiles-help)
(source diskname)
(dest @default-dest)
(choices "PZ2000_Demo" "ProZodiac.guide")
(infos)
(confirm) )
(complete 48)
(working "Copying ProZodiac_2000 modules.")
(copyfiles (prompt "Copy these ProZodiac_2000 modules & files.")
(help @copyfiles-help)
(source diskname)
(dest @default-dest)
(choices "pzCHA" "pzCHB" "pzCHC" "pzcalc" "pzprefs")
(confirm) )
(complete 75)
(working "Copying ProZodiac_2000 Fonts.")
(copyfiles (prompt "Copy these ProZodiac_2000 Fonts.")
(help @copyfiles-help)
(source (tackon diskname "Fonts"))
(dest "Fonts:")
(fonts)
(all)
(confirm) )
(complete 95)
(working "Making ProZodiac_2000 directories.")
(makedir (tackon @default-dest "names")
(prompt "I will now creat the directory \"ProZodiac:names\"")
(help @makedir-help)
(confirm) )
(working "Making ProZodiac_2000 directories.")
(makedir (tackon @default-dest "interp")
(prompt "I will now creat the directory \"ProZodiac:interp\"")
(help @makedir-help)
(confirm) )
(working "Making ProZodiac_2000 directories.")
(makedir (tackon @default-dest "places")
(prompt "I will now creat the directory \"ProZodiac:places\"")
(help @makedir-help)
(confirm) )
(complete 98)
(set PZassign ("Assign ProZodiac_2000: \"%s\"\n" @default-dest))
(startup "ProZodiac_2000"
(prompt "Some instructions to be added to the \"S:user-startup\" so that your system will be properly configured to use ProZodiac_2000.\n\n"
PZassign
"\nIs it okay to add this now?"
"\n\nIMPORTANT: REBOOT YOUR COMPUTER BEFORE RUNNING ProZodiac_2000 FOR THE FIRST TIME.")
(help @startup-help)
(command PZassign) )
(complete 100)
)
)